Builder

class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.FileInfoOrBuilder

Individual File info for the device
Protobuf type meshtastic.FileInfo

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard

The size of the file in bytes
uint32 size_bytes = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getFileName(): String

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
open fun getFileNameBytes(): ByteString

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
open fun getSizeBytes(): Int

The size of the file in bytes
uint32 size_bytes = 2;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: Message): MeshProtos.FileInfo.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.FileInfo.Builder
Link copied to clipboard

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
open fun setFileNameBytes(value: ByteString): MeshProtos.FileInfo.Builder

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard

The size of the file in bytes
uint32 size_bytes = 2;